home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 04 - 1988 / 04.10 Oct 88 / TransferSources / rsrc.r < prev    next >
Encoding:
Text File  |  1988-05-22  |  2.7 KB  |  158 lines  |  [TEXT/MPS ]

  1. ********************************************************************
  2. *
  3. *        rsrc.r
  4. *
  5. *        (c) 1987, 1988 Attic Software
  6. *
  7. *        resources for Transfer DA
  8. *
  9. ********************************************************************
  10.  
  11. Transfer 3.2 HD
  12. DFILDMOV
  13.  
  14. include drvr
  15. include pack
  16.  
  17. ********************************************************************
  18. *
  19. *    Menu resource
  20. *
  21. ********************************************************************
  22.  
  23. type MENU
  24.     ,-15871 (4)
  25. Transfer
  26.     About Transfer...
  27.     Rebuild menu
  28.     (-
  29.     Finder
  30.  
  31. ********************************************************************
  32. *
  33. *    Error messages
  34. *
  35. ********************************************************************
  36.  
  37. Type STR#
  38.     ,-15871 (32)
  39.     4
  40. I'm unable to load the Transfer DA.
  41. Error building the menu list.
  42. Error opening the "Transfer Data" file.
  43. Error restoring the volume.
  44.  
  45. ********************************************************************
  46. *
  47. *    About information
  48. *
  49. ********************************************************************
  50.  
  51. Type INFO=GNRL
  52.     Trans,-15870 (32)
  53. .S
  54. Transfer 3.2 HD adds a Transfer menu to any application that ++
  55. supports desk accessories.  It is intended for use with your ++
  56. hard disk, and 
  57. .S
  58. expects that you are using HFS.\0D\0DTransfer 3.2 HD was ++
  59. written by Clifford Story of Attic Software.\0D\0D
  60. .S
  61.                     Attic Software\0D++
  62.                     P.O. Box 24695\0D++
  63.                     Jacksonville, Florida   32241
  64.  
  65. ********************************************************************
  66. *
  67. *    Item lists
  68. *
  69. ********************************************************************
  70.  
  71. Type DITL
  72.      Error,-15871 (32)
  73. 2
  74. *   1
  75. BtnItem Enabled
  76. 116 83 136 173
  77. OK
  78.  
  79. *   2
  80. statText Disabled
  81. 10 10 106 246
  82. ^0^1\0D\0DTransfer HD error ^2,\0DSystem error ^3.
  83.  
  84.      About,-15870 (32)
  85. 2
  86. *   1
  87. BtnItem Enabled
  88. 252 201 272 291
  89. OK
  90.  
  91. *   2
  92. userItem Enabled
  93. 10 10 242 482
  94.  
  95.      Build,-15869 (32)
  96. 1
  97. *   1
  98. statText Disabled
  99. 10 10 90 246
  100. Transfer is building the menu list.  This will take 30 seconds ++
  101. or so but the list will be preserved and won't have to be ++
  102. re-built unless you re-arrange your disk.
  103.  
  104.      Delay,-15868 (32)
  105. 2
  106. *   1
  107. BtnItem Enabled
  108. 68 83 88 173
  109. OK
  110.  
  111. *   2
  112. statText Disabled
  113. 10 10 58 246
  114. “^0” will be launched when you quit this application.
  115.  
  116. ********************************************************************
  117. *
  118. *    Dialogs
  119. *
  120. ********************************************************************
  121.  
  122. Type DLOG
  123.     Error,-15871 (32)
  124. Transfer HD
  125. 64 128 210 384
  126. invisible nogoaway
  127. 0
  128. 0
  129. -15871
  130.  
  131.     About,-15870 (32)
  132. Transfer 3.2 HD, © 1987, 1988 Attic Software
  133. 50 10 332 502
  134. invisible nogoaway
  135. 0
  136. 0
  137. -15870
  138.  
  139.     Build,-15869 (32)
  140. Transfer HD
  141. 64 128 164 384
  142. invisible nogoaway
  143. 0
  144. 0
  145. -15869
  146.  
  147.     Delay,-15868 (32)
  148. Transfer HD
  149. 64 128 162 384
  150. invisible nogoaway
  151. 0
  152. 0
  153. -15868
  154.  
  155. ********************************************************************
  156.  
  157.  
  158.